* print.c: Make symbols static if they're not exported.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Apr 2011 02:04:54 +0000 (19:04 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 14 Apr 2011 02:04:54 +0000 (19:04 -0700)
commitabd1e8de7a4c647751267b0d2df27d9af1edeb7d
tree78888144eddd85bcd1cca773ccc516ac7c68d9af
parentee0f17af158b7756bb2a7bef106f9d66b43e10d6
* print.c: Make symbols static if they're not exported.

(print_depth, new_backquote_output, being_printed, print_buffer):
(print_buffer_size, print_buffer_pos, print_buffer_pos_byte):
(print_interval, print_number_index, initial_stderr_stream):
Now static.
* lisp.h (Fprinc): Remove decl.
(debug_output_compilation_hack): Mark as externally visible.
src/ChangeLog
src/lisp.h
src/print.c